
li {
    list-style: outside none none;
}
#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}
#paging_container1 {
    height: 320px;
}
#paging_container2 {
    height: 356px;
}
#paging_container3 {
    height: 190px;
}
#paging_container4 {
    height: 307px;
    overflow: hidden;
}
#paging_container8 .no_more {
    background-color: white;
    color: gray;
    cursor: default;
}
.ellipse {
    float: left;
    margin-top: 22px;
}
.presse-pdf .container {
    background-color: white; 
    float: left;
    width: 100%;
}
.page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 30%;
    width: 75%;
}

.pagination-mobile .page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 120px !important;
    width: 364px !important;
}


.typeForfais .page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 35% !important;
    width: 75%;
}


.presse-pdf .page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 10% !important;
    width: 90% !important;
}

.page_navigation a, .alt_page_navigation a {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 5px !important;
    color: #585555;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    margin: 20px 2px 2px;
    padding: 5px 12px;
    text-decoration: none !important;
	/*display:inline !important;*/
}
.active_page {
    background-color: #efefef !important;
    color: black !important;
}
.pagination-container .content, .alt_content {
    color: black;
    margin-bottom: 20px;
}
.pagination-container .content li, .alt_content li,.pagination-container .content > p {
}
.typeForfais.container .liste-article {
    padding-left: 0 !important;
}
.typeForfais.container .liste-article .liste-suite {
    width: 400px !important;
}
.typeForfais.container .page_navigation {
  /*  margin-left: 200px;
    margin-top: 20px !important;*/
    padding-top: 20px !important;
}
.panes0, .panes1, .panes2, .panes3, .panes4, .panes5, .panes6, .panes7 .panes8 {
    padding: 0 !important;
}


.next_link
{
    background-image: url("../../nexte.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #b7b7b7;
    color: #333;
    cursor: pointer;
    margin-right: 15px;
    padding: 5px 15px;
    text-decoration: none !important;
}

.previous_link
{
    background-image: url("../../preview.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #b7b7b7;
    color: #333;
    cursor: pointer;
    margin-right: 4px;
    padding: 5px 15px;
}

.first_link
{
    background-image: url("../../first.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #b7b7b7;
    color: #333;
    cursor: pointer;
    margin-right: 4px;
    padding: 5px 15px;
}


.last_link
{
    background-image: url("../../last.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #b7b7b7;
    color: #333;
    cursor: pointer;
    margin-right: 15px;
    padding: 5px 15px;
    text-decoration: none !important;
}